home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4713 < prev    next >
Encoding:
Text File  |  1996-08-06  |  830 b   |  44 lines

  1. Path: interramp.com!usenet
  2. From: Barnett@interramp.com (Barnett E. Kurtz)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Why C++ sucks++
  5. Date: Wed, 31 Jan 1996 20:18:01 GMT
  6. Organization: EntroData, Inc.
  7. Message-ID: <4eois6$6ko@usenet2.interramp.com>
  8. References: <1996Jan29.223357.1@aspen>
  9. Reply-To: Barnett@interramp.com
  10. NNTP-Posting-Host: ip77.philadelphia.pa.interramp.com
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. ferriom@aspen wrote:
  14.  
  15.  
  16.  
  17. >*** HIGH SCHOOL ***
  18.  
  19. >100  PRINT "Hello World."
  20. >999  END
  21.  
  22. --------------- Snip --------------------------
  23. .
  24. .  much laughter...
  25. .
  26. --------------- Snip --------------------------
  27. >main()
  28. >{
  29. > String s1("Hello");
  30. > String s2(" ");
  31. > String s3("World.");
  32. > String s4 = s1 + s2 + s3;
  33. > cout << s4.GetString() << endl;
  34. >}
  35.  
  36. falling down  laughing.... snif, snif 
  37.  
  38. _Thank_You_
  39.  
  40. -
  41. barnett@interramp.com
  42. -
  43.  
  44.